soup.URI

Undocumented in source.

Public Imports

soup.c.types
public import soup.c.types;
Undocumented in source.

Members

Classes

URI
class URI

A #SoupURI represents a (parsed) URI. #SoupURI supports RFC 3986 (URI Generic Syntax), and can parse any valid URI. However, libsoup only uses "http" and "https" URIs internally; You can use SOUP_URI_VALID_FOR_HTTP() to test if a #SoupURI is a valid HTTP URI.

Meta